Data Sheet for Pro Flight Instrument Panel


Led IDValuesDescription
00, 1Button 1 LED (top)
10, 1Button 2 LED
20, 1Button 3 LED
30, 1Button 4 LED
40, 1Button 5 LED
50, 1Button 6 LED (bottom)

String IDLengthDescription
This device does not have any string displays.

Image IDSizeDescription
0320 x 240 pixelsDisplay an image on the FIP, data passed must be 24bpp RGB. The buffer size must be 320*240*3 = 230400 bytes. It is common to use the Bitmap image format for the FIP becuase the image data section of a 24bpp RGB Bipmap file conforms to the FIP buffer requirements. See Set_Image and Set_ImageFromFile for details on how to send images to the FIP.

SoftButton NameDescription
SoftButton_Up1 click of the right rotary dial clockwize. Note, this will pulse the button for each notch in the rotary dial.
SoftButton_Down1 click of the right rotary dial anticlockwize. Note, this will pulse the button for each notch in the rotary dial.
SoftButton_Left1 click of the left rotary dial anticlockwize. Note, this will pulse the button for each notch in the rotary dial.
SoftButton_Right1 click of the left rotary dial clockwize. Note, this will pulse the button for each notch in the rotary dial.
SoftButton_1Button 1 on the left of the display
SoftButton_2Button 2 on the left of the display
SoftButton_3Button 3 on the left of the display
SoftButton_4Button 4 on the left of the display
SoftButton_5Button 5 on the left of the display
SoftButton_6Button 6 on the left of the display
Next PageThe page up button (below the display, center bottom). Note, this notification is not recieved by the plugin.
Previous PageThe page down button (below the display, center top). Note, this notification is not recieved by the plugin.

Back to DirectOutput documentation